home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2716B.ZIP / MANX.EXE / MANX.TXT < prev   
Text File  |  1991-05-30  |  777b  |  22 lines

  1. Notes for Aztec MANX C Support:
  2.  
  3. SME automatically adds the -f command for calling response files.  Do not 
  4. manually enter the command in a macro or it will  appear twice.
  5.  
  6. Libraries:
  7.  
  8. When setting up your libraries in SMSET you must type in the complete
  9. path, and include the file extension.  Example:
  10.  
  11.                    C:\LIBS\LMYLIB.LIB
  12.  
  13. SME automatically puts an action block in the make file for the ORD
  14. program.  Initially the librarian's response file is saved with an
  15. `LTM' extension for a temporary library file.  The ORD command uses
  16. the temporary file for it's infile, and replaces the extension with 
  17. `LBR' for the outfile.  Example:
  18.  
  19.                    ORD MYLIB.LTM MYLIB.LBR
  20.  
  21. Thanks to Allen Morris for providing Aztec Manx C information.
  22.